home *** CD-ROM | disk | FTP | other *** search
/ QuickTime 2.0 Developer Kit / QuickTime 2.0 Developer Kit.iso / pc / windows / qtw_201 / setup / samples / p9000 / p9000.h < prev    next >
Encoding:
C/C++ Source or Header  |  1994-12-19  |  531 b   |  23 lines

  1. // ---------------------------------------------------------------------
  2. //
  3. // P9000.H       Sample VHDW Component for P9000 chips
  4. //
  5. //               Version 1.0
  6. //
  7. //               (c) Copyright 1988-1994 Apple Computer, Inc. All Rights Reserved.
  8. //
  9. // ---------------------------------------------------------------------
  10.  
  11.  
  12. #if !defined __P9000_H
  13. #define __P9000_H
  14.  
  15. typedef struct  {
  16.     unsigned long dwPhysical;
  17.     unsigned long dwMemory;
  18.     unsigned int wScanLineWidth;
  19. } P9000, FAR* PP9000;
  20.  
  21. #endif
  22.  
  23.